home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Wayzata's Best of Shareware PC/Windows 2
/
Wayzata's Best of Shareware 2.0 (Windows) (Wayzata Technology)(7112)(1994).bin
/
pc
/
windows
/
editors
/
winde2
/
fnctcode.txt
< prev
next >
Wrap
Text File
|
1990-09-29
|
3KB
|
65 lines
The following table lists the WindE keywords used in the macro key
definitions for extended ASCII keys. Table position is based on the
key's hexadecimal scan code, which may be useful for some programming
applications on the PC.
▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
▌ WindE Extended Function Code Chart ▐
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
╒═════╤═════╤═════╤═════╤═════╤═════╤═════╤═════╤═════╤═════╤═════╤═════╕
│ MSD │ 0 │ 1 │ 2 │ 3 │ 4 │ 5 │ 6 │ 7 │ 8 │ 9 │ A │
│ LSD ├─────┼─────┼─────┼─────┼─────┼─────┼─────┼─────┼─────┼─────┼─────┤
│ 0 │-----│alt-Q│alt-D│alt-B│ f6│ down│ cf3│ af9│alt-9│cPad+│ a-dn│
│ 1 │ aEsc│alt-W│alt-F│alt-N│ f7│ PgDn│ cf4│ af10│alt-0│ c-dn│aPgDn│
│ 2 │-----│alt-E│alt-G│alt-M│ f8│ ins│ cf5│cPrnt│ alt-│ cIns│ aIns│
│ 3 │ctl-@│alt-R│alt-H│alt-,│ f9│ del│ cf6│ c-lf│ alt=│ cDel│ aDel│
│ 4 │-----│alt-T│alt-J│alt-.│ f10│ sf1│ cf7│ c-rt│cPgUp│-----│-----│
│ 5 │ cTab│alt-Y│alt-K│alt-/│-----│ sf2│ cf8│ cEnd│ f11│-----│ aTab│
│ 6 │-----│alt-U│alt-L│-----│-----│ sf3│ cf9│cPgDn│ f12│-----│-----│
│ 7 │-----│alt-I│alt-;│aPad*│ home│ sf4│ cf10│cHome│ sf11│aHome│-----│
│ 8 │-----│alt-O│alt-'│-----│ up│ sf5│ af1│alt-1│ sf12│ a-up│-----│
│ 9 │-----│alt-P│alt-`│-----│ PgUp│ sf6│ af2│alt-2│ cf11│aPgUp│-----│
│ A │aPgUp│alt-[│-----│-----│aPad-│ sf7│ af3│alt-3│ cf12│-----│-----│
│ B │-----│alt-]│alt-\│ f1│ left│ sf8│ af4│alt-4│ af11│ a-lf│-----│
│ C │-----│aEntr│alt-Z│ f2│ Pad5│ sf9│ af5│alt-5│ af12│aPad5│-----│
│ D │-----│-----│alt-X│ f3│right│ sf10│ af6│alt-6│ c-up│ a-rt│-----│
│ E │aBkSp│alt-A│alt-C│ f4│aPad+│ cf1│ af7│alt-7│cPad-│-----│-----│
│ F │ sTab│alt-S│alt-V│ f5│ end│ cf2│ af8│alt-8│cPad5│ aEnd│-----│
╘═════╧═════╧═════╧═════╧═════╧═════╧═════╧═════╧═════╧═════╧═════╧═════╛
Printable characters can be used directly in macro files with the
exception of the space. When WindE saves a text file (a macro file is a
text file), all trailing spaces are deleted. This could cause problems
when saving a macro file since a macro line could continue on the next
line immediately following a space character.
Other non-printable character keywords are each of the control codes and
are listed in the following table (organized by hexadecimal code):
▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
▌ WindE Control Code Chart ▐
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
╒═════╤═════╤═════╤═════╕
│ MSD │ 0 │ 1 │ 2 │
│ LSD ├─────┼─────┼─────┤
│ 0 │ctl-@│ctl-P│space│
│ 1 │ctl-A│ctl-Q│ │
│ 2 │ctl-B│ctl-R│ │
│ 3 │ctl-C│ctl-S│ │
│ 4 │ctl-D│ctl-T│ │
│ 5 │ctl-E│ctl-U│ │
│ 6 │ctl-F│ctl-V│ │
│ 7 │ctl-G│ctl-W│ │
│ 8 │ BkSp│ctl-X│ │
│ 9 │ tab│ctl-Y│ │
│ A │ctl-J│ctl-Z│ │
│ B │ctl-K│ esc│ │
│ C │ctl-L│ctl-\│ │
│ D │enter│ctl-]│ │
│ E │ctl-N│ctl-^│ │
│ F │ctl-O│ctl-_│ │
╘═════╧═════╧═════╧═════╛